home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1996 November / The Net Power 1996-11.iso / mac / htmled / ActiveX / SAMPLES / VOLCANO / SOURCE / BEANS.TXT next >
Text File  |  1996-09-08  |  48KB  |  1,074 lines

  1.  
  2. <SCRIPT LANGUAGE="VBScript">
  3. <!--------' A SCRIPT LANGUAGE tag should be the first item on this page ------->
  4. </SCRIPT>
  5. <!-- Assorted variables are declared -->
  6. <SCRIPT LANGUAGE="VBScript">
  7. <!--
  8. dim q
  9. dim cofidx
  10. dim num(4)
  11. dim bean(4)
  12. dim line(4)
  13. dim globean
  14. -->
  15. </SCRIPT>
  16. <!-- Assorted user defined subprocedures -->
  17. <SCRIPT LANGUAGE="VBScript">
  18. <!--
  19. 'Show components of the first popup
  20. Sub Procedure1()
  21. popbanner.Visible = True
  22. popoff.Visible = True
  23. poporder.Visible = True
  24. popprice.Visible = True
  25. poptext.Visible = True
  26. vershad1.Visible = True
  27. horshad1.Visible = True
  28. clikon.Visible = False
  29. popup1.Visible = True
  30. popart.Visible = True
  31. end sub
  32. Sub Procedure2()
  33. 'hides the first popup
  34. popup1.Visible = False
  35. popart.Visible = False
  36. popbanner.Visible =False
  37. popoff.Visible = False
  38. poporder.Visible = False
  39. popprice.Visible = False
  40. poptext.Visible = False
  41. vershad1.Visible = False
  42. horshad1.Visible = False
  43. end sub
  44. 'hides prompting text on main screen
  45. Sub Procedure3()
  46. clikon.Visible = False
  47. hotext.Caption = "  "
  48. end sub 
  49. Sub Procedure4()
  50. 'works the order form
  51. If not line(globean)="" then cofidx=line(globean) else Call Procedure5()
  52.    
  53. If globean=1 then bean(cofidx)="lbs. Vesuvius Blend"
  54. If globean=2 then bean(cofidx)="lbs. Cafe' Kilauea"
  55. If globean=3 then bean(cofidx)="lbs. Mt. Kilimanjaro"
  56. If globean=4 then bean(cofidx)="lbs. Sundoro Roast"
  57.  
  58. line(globean)=cofidx
  59.  
  60. 'set quantity to scrollbar output
  61. num(cofidx)=q
  62.  
  63. if cofidx=1 and q>0 then amt1.Caption =q
  64. If cofidx=2 and q>0 then amt2.caption =q
  65. If cofidx=3 and q>0 then amt3.caption =q
  66. If cofidx=4 and q>0 then amt4.caption =q
  67.  
  68. 'show order form items
  69. if not bean(2)="" then cof2.Visible = True:amt2.Visible = True
  70. if not bean(3)="" then cof3.Visible = True:amt3.Visible = True
  71. if not bean(4)="" then cof4.Visible = True:amt4.Visible = True
  72.  
  73. 'load a coffee variety into order form label
  74. if cofidx=1 and q>0 then cof1.caption = bean(1)
  75. If cofidx=2 and q>0 then cof2.caption = bean(2)
  76. If cofidx=3 and q>0 then cof3.caption = bean(3) 
  77. If cofidx=4 and q>0 then cof4.caption = bean(4) 
  78.  
  79. 'total the price
  80. total.caption=(num(1)+num(2)+num(3)+num(4))*6.99
  81.  
  82. ordresult.Visible = True
  83. cof1.Visible = True
  84. amt1.Visible = True
  85. total.Visible = True
  86. totlbl.Visible = True
  87. redobutt.Visible=True
  88. youhave.Visible = True
  89. end sub
  90. Sub cup5go_MouseDown(Button, Shift, X, Y)
  91. fulcup5.Visible = False
  92. empcup5.Visible = True
  93. end sub
  94.  
  95. Sub Procedure5()
  96. 'finds an empty line on the order form
  97. cofidx=1
  98. If not bean(1)="" then cofidx=2
  99. If not bean(2)="" then cofidx=3 
  100. If not bean(3)="" then cofidx=4 
  101. end sub
  102.  
  103. Sub Procedure6()
  104. 'hides the order form
  105. ordplease.Visible = False
  106. ordquan.Visible = False
  107. ordshop.Visible = False
  108. ordpro.Visible = False
  109. ordread.Visible = False
  110. ordcancel.Visible = False
  111. orderfm.Visible = False
  112. ordhead.Visible = False
  113. vershad2.Visible = False
  114. vershad3.Visible = False
  115. vershad4.Visible = False
  116. horshad2.Visible = False
  117. ordnum.Visible = False
  118. ordnumbk.Visible = False
  119. ordess.Visible = False
  120. popoff.Enabled = True
  121. ordresult.Visible = False
  122. cof1.Visible = False
  123. cof2.Visible = False
  124. cof3.Visible = False
  125. cof4.Visible = False
  126. amt1.Visible = False
  127. amt2.Visible = False
  128. Amt3.Visible = False
  129. amt4.Visible = False
  130. total.Visible = False
  131. totlbl.Visible = False
  132. redobutt.visible=false
  133. youhave.Visible = False
  134. clikon.Caption = "Click on one of our fine coffees"
  135. clikon.Visible = True
  136. end sub
  137. -->
  138. </SCRIPT>
  139. <!-- Xspot labels set changing coffee text with MouseMoves and clicks. -->
  140. <SCRIPT LANGUAGE="VBScript">
  141. <!--
  142. Sub vesuspot_MouseDown(Button, Shift, X, Y)
  143. poptext.caption=" In Italy, the spiritual homeland of all coffee lovers, our master blenders have perfected their art for 300 years. Today, these centuries of tradition have produced our Vesuvius blend: a balanced selection of medium-roasted beans with a darker Italian roast, a hearty yet light brew swirling with fruit and chocolate notes. With the first sip of Vesuvius, you'll find yourself at the peak of the coffee blender's art."
  144. Popbanner.caption=" Warm, complex, a perfectly realized blend"
  145. ordread.Caption = "of Vesuvius Blend"
  146. sideshow.PicturePath = "art/vesfood.gif"
  147. popart.PicturePath = "art/vesuv.gif"
  148. call Procedure1()
  149. globean=1
  150. end sub
  151.  
  152. Sub vesuspot_MouseMove(Button, Shift, X, Y)
  153. hotext.Caption = "Only the handful of coffee beans that pass our tasters' 'cup test' go into Volcano Coffee's blends, where bold East African, aromatic Indonesian, and lively South American coffees merge into a perfectly realized unity of flavors."
  154. clikon.Visible = True
  155. end sub
  156. Sub vesuspot_MouseExit()
  157. call Procedure3()
  158. end sub
  159. -->
  160. </SCRIPT>
  161. <SCRIPT LANGUAGE="VBScript">
  162. <!--
  163. Sub kilaeuspot_Click()
  164. poptext.caption= "What is it that sets this Kona apart from all other coffees? Why does world demand perennially outstrip the supply of beans? What does the fertile ash of Kilauea, coming from the center of the earth, infuse in the beans? Is it the aroma, redolent of tropical woods, or the complex of spices that wash over your palate? All we know is that each sip is a taste of a soul as big as Kilauea."
  165. Popbanner.caption=" The royalty of coffee beans, with gloriously balanced flavors"
  166. ordread.Caption = "of Cafe Kilauea"
  167. sideshow.PicturePath = "art/orchids.gif"
  168. popart.PicturePath = "art/kueabutt.gif"
  169. call Procedure1()
  170. globean=2
  171. end sub
  172. Sub kilaeuspot_MouseMove(Button, Shift, X, Y)
  173. hotext.Caption = "'Kona' is the secret password to coffee-lover's paradise. We hand-pick the beans at their peak of flavor high on Kilauea's fertile slopes. At every step of drying and roasting, we nurture the Kona beans' fresh, fruity aroma and smooth flavor."
  174. clikon.Visible = True
  175. end sub
  176. Sub kilaeuspot_MouseExit()
  177. call Procedure3()
  178. end sub
  179. -->
  180. </SCRIPT>
  181. <SCRIPT LANGUAGE="VBScript">
  182. <!--
  183. Sub kilspot_Click()
  184. poptext.caption= "In your coffee travels, you'll find no richer reward than our Mount Kilimanjaro. Beneath the three merged cones of Kibo, Mawensi, and Shira, our plantations' ideal coffee-growing environment, organic farming methods, and East Africa's longer growing cycle produce this Arabica's rich aroma, hearty palate, and caramel body. Take time out from the mechanized helter-skelter to bask in the gifts of Kilimanjaro!"
  185. popbanner.caption=" From traditional farming methods, the richest of Arabicas"
  186. ordread.Caption = "of Mt. Kilimanjaro"
  187. sideshow.PicturePath = "art/macaw1.gif"
  188. popart.PicturePath = "art/kilimanj.gif"
  189. call Procedure1()
  190. Globean=3
  191. end sub
  192. Sub kilspot_MouseMove(Button, Shift, X, Y)
  193. hotext.Caption = " This intensely rich, nutty Mt. Kilimanjaro is what coffee traders drink when they break for joe. As inspiring as Kilimanjaro itself!"
  194. clikon.Visible = True
  195. end sub
  196. Sub kilspot_MouseExit()
  197. call Procedure3()
  198. end sub
  199. -->
  200. </SCRIPT>
  201. <SCRIPT LANGUAGE="VBScript">
  202. <!--
  203. Sub sunspot_Click()
  204. poptext.caption="'Java' means coffee the world over, but only Arabica beans grown here are the real Java. 'Sundoro' means 'the heart of the island'; our Sundoro, the heartiest of the Indonesian coffees, is a symphony of flavors from top to bottom, with a finish that leaves you reaching for more. For early risers, Sundoro is a perfect companion to the day's first light."
  205. Popbanner.caption=" The darkest roast of the season! Spicy and smooth"
  206. ordread.Caption = " of Sundoro Roast"
  207. sideshow.PicturePath = "art/birdflwr.gif"
  208. popart.PicturePath = "art/sundoro.gif"
  209. call Procedure1()
  210. globean=4
  211. end sub
  212. Sub sunspot_MouseMove(Button, Shift, X, Y)
  213. hotext.Caption = "Our Mt. Sundoro is one of the highest expressions of the Indonesian Arabica coffees. Mt. Sundoro's hot springs, rich volcanic soil, and vaulting altitudes bring out this Arabica coffee's full-bottomed flavor and satiny finish."
  214. clikon.Visible = True
  215. end sub
  216. Sub sunspot_MouseExit()
  217. call Procedure3()
  218. end sub
  219. -->
  220. </SCRIPT>
  221. <!-- MouseMove event displays prompting text -->
  222. <SCRIPT LANGUAGE="VBScript">
  223. <!--
  224. Sub ordcancel_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  225. ordhead.ForeColor = &H00404080
  226. ordhead.Caption = "Click on 'Cancel' to erase entire order and begin again."
  227. end sub
  228. Sub ordcancel_Click()
  229. num(1)=0
  230. num(2)=0
  231. num(3)=0
  232. num(4)=0
  233. amt1.caption=""
  234. amt2.caption=""
  235. amt3.caption=""
  236. amt4.caption=""
  237.  
  238. cof1.caption=""
  239. cof2.caption=""
  240. cof3.caption=""
  241. cof4.caption=""
  242. bean(1)=""
  243. bean(2)=""
  244. bean(3)=""
  245. bean(4)=""
  246. line(1)=""
  247. line(2)=""
  248. line(3)=""
  249. line(4)=""
  250. Call Procedure2()
  251. Call Procedure6()
  252.  
  253. end sub
  254. -->
  255. </SCRIPT>
  256. <!-- Button to close coffee popup. -->
  257. <SCRIPT LANGUAGE="VBScript">
  258. <!--
  259. Sub popoff_MouseDown(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  260. call Procedure2()
  261. end sub
  262. -->
  263. </SCRIPT>
  264. <!-- This procedure shows the components of the ordering popup. -->
  265. <SCRIPT LANGUAGE="VBScript">
  266. <!--
  267. Sub poporder_Click()
  268. ordplease.Visible = True
  269. ordquan.Visible = True
  270. ordshop.Visible = True
  271. ordpro.Visible = True
  272. ordread.Visible = True
  273. ordcancel.Visible = True
  274. orderfm.Visible = True
  275. ordhead.Visible = True
  276. vershad2.Visible = True
  277. vershad4.Visible = True
  278. vershad3.Visible = True
  279. horshad2.Visible = True
  280. ordnum.Visible = True
  281. ordess.Visible = True
  282. ordnumbk.visible = True
  283. popoff.Enabled = False
  284. ordess.left=ordplease.left+ordplease.width-1
  285. ordquan.value=0
  286. end sub
  287. -->
  288. </SCRIPT>
  289. <!-- This shows the 'pretend processing' message and changes text color. -->
  290. <SCRIPT LANGUAGE="VBScript">
  291. <!--
  292. Sub ordpro_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  293. ordhead.ForeColor = &H00404080
  294. if ordresult.visible= 0 then ordhead.Caption = "Click on this button to add this item to your shopping list." else ordhead.caption="In a real shopping app this button would interact with a server."
  295. end sub
  296. Sub ordpro_MouseDown(Button, Shift, X, Y)
  297. if ordresult.visible= 0 then ordhead.Caption ="Use the up and down arrows to select a quantity." else ordhead.Caption ="This data would be sent with credit card info to a database."
  298. call Procedure4()
  299. end sub
  300. -->
  301. </SCRIPT>
  302. <!-- Output of the ordering scrollbar is loaded into variable q. -->
  303. <SCRIPT LANGUAGE="VBScript">
  304. <!--
  305.  
  306. Sub ordquan_Change()
  307. q=ordquan.value
  308. ordnum.caption=q
  309. if q=1 then ordess.visible=False else ordess.visible=True
  310. end sub
  311.  
  312.  
  313. -->
  314. </SCRIPT>
  315. <!-- Putting this message in 'on load' (as opposed to directly into the controls parameters) prevented an odd situation where two messages came up at once. -->
  316. <SCRIPT LANGUAGE="VBScript">
  317. <!--
  318. Sub canvas_OnLoad()
  319. hotext.Caption = "Every variety of Volcano Coffee is grown at high altitude in fast-draining volcanic soils.  These perfect growing conditions consistently produce robust coffee flavor.  Whether you choose our delicate Vesuvius Blend or hearty Sundoro Roast, your complete satisfaction is assured."
  320. end sub
  321. -->
  322. </SCRIPT>
  323. <!--  Cup-N-go controls are transparent labels which retain their state as the image beneath them changes. These controls choose other pages. -->
  324. <SCRIPT LANGUAGE="VBScript">
  325. <!--
  326. Sub cup1go_MouseDown(Button, Shift, X, Y)
  327. empcup1.Visible = True
  328. fulcup1.Visible = False
  329. end sub
  330. Sub cup1go_MouseUp(Button, Shift, X, Y)
  331. Window.location.href = "Volcano.htm"
  332. end sub
  333. -->
  334. </SCRIPT>
  335. <SCRIPT LANGUAGE="VBScript">
  336. <!--
  337. Sub cup3go_MouseDown(Button, Shift, X, Y)
  338. fulcup3.Visible = False
  339. empcup3.Visible = True
  340. end sub
  341. Sub cup3go_MouseUp(Button, Shift, X, Y)
  342. Window.location.href = "products.htm"
  343. end sub
  344. -->
  345. </SCRIPT>
  346. <SCRIPT LANGUAGE="VBScript">
  347. <!--
  348. Sub cup4go_MouseDown(Button, Shift, X, Y)
  349. fulcup4.Visible = False
  350. empcup4.Visible = True
  351. end sub
  352. Sub cup4go_MouseUp(Button, Shift, X, Y)
  353. Window.location.href = "cafe.htm"
  354. end sub
  355. -->
  356. </SCRIPT>
  357. <SCRIPT LANGUAGE="VBScript">
  358. <!--
  359. Sub cup5go_MouseUp(Button, Shift, X, Y)
  360. Window.location.href = "counter.htm"
  361. end sub
  362.  
  363. -->
  364. </SCRIPT>
  365. <!-- Characteristics of various controls defined below. -->
  366. <SCRIPT LANGUAGE="VBScript">
  367. <!--
  368. Sub redobutt_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  369. ordhead.ForeColor = &H00404080:ordhead.Caption = "Click on this button to choose another coffee or redo entry."
  370. end sub
  371. Sub redobutt_Click()
  372. Call Procedure2()
  373. Call Procedure6()
  374.  
  375. end sub
  376. -->
  377. </SCRIPT>
  378. <!-- Shows scrollbar Prompt -->
  379. <SCRIPT LANGUAGE="VBScript">
  380. <!--
  381. Sub ordnum_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  382. ordhead.ForeColor = &H00404080
  383. ordhead.Caption = "Click on the upper and lower arrows to choose a quantity from one to nine. "
  384. end sub
  385. -->
  386. </SCRIPT>
  387. <!-- Sets order form heading to default message -->
  388. <SCRIPT LANGUAGE="VBScript">
  389. <!--
  390. Sub ordresult_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  391. ordhead.ForeColor = &H00800000
  392. ordhead.Caption = "Order Here from the Volcano Coffee Online Company Store"
  393. end sub
  394. -->
  395. </SCRIPT>
  396. <SCRIPT LANGUAGE="VBScript">
  397. <!--
  398. Sub orderfm_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  399. ordhead.ForeColor = &H00800000
  400. ordhead.Caption = "Order Here from the Volcano Coffee Online Company Store"
  401. end sub
  402. -->
  403. </SCRIPT>
  404. <SCRIPT LANGUAGE="VBScript">
  405. <!--
  406. Sub ordplease_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y)
  407. ordhead.ForeColor = &H00404080
  408. ordhead.Caption = "Click on the upper and lower arrows to choose a quantity from one to nine. "
  409. end sub
  410. -->
  411. </SCRIPT>
  412. <DIV BACKGROUND="#ffffff" ID="canvas" STYLE="LAYOUT:FIXED;WIDTH:453pt;HEIGHT:227pt;">
  413.     <OBJECT ID="kiliman"
  414.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:98pt;LEFT:268pt;WIDTH:41pt;HEIGHT:41pt;ZINDEX:0;">
  415.         <PARAM NAME="PicturePath" VALUE="art/kilimanj.gif">
  416.         <PARAM NAME="BorderStyle" VALUE="0">
  417.         <PARAM NAME="SizeMode" VALUE="3">
  418.         <PARAM NAME="Size" VALUE="1446;1446">
  419.         <PARAM NAME="PictureAlignment" VALUE="0">
  420.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  421.     </OBJECT>
  422.     <OBJECT ID="kilaeu"
  423.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:98pt;LEFT:191pt;WIDTH:41pt;HEIGHT:41pt;ZINDEX:1;">
  424.         <PARAM NAME="PicturePath" VALUE="art/kueabutt.gif">
  425.         <PARAM NAME="BorderStyle" VALUE="0">
  426.         <PARAM NAME="SizeMode" VALUE="3">
  427.         <PARAM NAME="Size" VALUE="1446;1446">
  428.         <PARAM NAME="PictureAlignment" VALUE="0">
  429.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  430.     </OBJECT>
  431.     <OBJECT ID="vesuvius"
  432.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:98pt;LEFT:110pt;WIDTH:41pt;HEIGHT:41pt;ZINDEX:2;">
  433.         <PARAM NAME="PicturePath" VALUE="art/vesuv.gif">
  434.         <PARAM NAME="BorderStyle" VALUE="0">
  435.         <PARAM NAME="SizeMode" VALUE="3">
  436.         <PARAM NAME="Size" VALUE="1446;1446">
  437.         <PARAM NAME="PictureAlignment" VALUE="0">
  438.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  439.     </OBJECT>
  440.     <OBJECT ID="sundoro"
  441.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:98pt;LEFT:32pt;WIDTH:42pt;HEIGHT:42pt;ZINDEX:3;">
  442.         <PARAM NAME="PicturePath" VALUE="art/sundoro.gif">
  443.         <PARAM NAME="BorderStyle" VALUE="0">
  444.         <PARAM NAME="SizeMode" VALUE="3">
  445.         <PARAM NAME="Size" VALUE="1482;1482">
  446.         <PARAM NAME="PictureAlignment" VALUE="0">
  447.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  448.     </OBJECT>
  449.     <OBJECT ID="horshad1"
  450.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:215pt;LEFT:11pt;WIDTH:314pt;HEIGHT:3pt;DISPLAY:NONE;ZINDEX:4;">
  451.         <PARAM NAME="BackColor" VALUE="0">
  452.         <PARAM NAME="Size" VALUE="11077;106">
  453.         <PARAM NAME="FontCharSet" VALUE="0">
  454.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  455.         <PARAM NAME="FontWeight" VALUE="0">
  456.     </OBJECT>
  457.     <OBJECT ID="clikon"
  458.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:209pt;LEFT:79pt;WIDTH:268pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:5;">
  459.         <PARAM NAME="ForeColor" VALUE="32768">
  460.         <PARAM NAME="BackColor" VALUE="16777215">
  461.         <PARAM NAME="VariousPropertyBits" VALUE="268435475">
  462.         <PARAM NAME="Caption" VALUE="Click on a label  to learn more.">
  463.         <PARAM NAME="Size" VALUE="9454;423">
  464.         <PARAM NAME="FontEffects" VALUE="1073741825">
  465.         <PARAM NAME="FontHeight" VALUE="200">
  466.         <PARAM NAME="FontCharSet" VALUE="0">
  467.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  468.         <PARAM NAME="ParagraphAlign" VALUE="3">
  469.         <PARAM NAME="FontWeight" VALUE="700">
  470.     </OBJECT>
  471.     <OBJECT ID="vershad1"
  472.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:64pt;LEFT:9pt;WIDTH:3pt;HEIGHT:154pt;DISPLAY:NONE;ZINDEX:6;">
  473.         <PARAM NAME="BackColor" VALUE="0">
  474.         <PARAM NAME="Size" VALUE="106;5433">
  475.         <PARAM NAME="FontCharSet" VALUE="0">
  476.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  477.         <PARAM NAME="FontWeight" VALUE="0">
  478.     </OBJECT>
  479.     <OBJECT ID="sideshow"
  480.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:65pt;LEFT:321pt;WIDTH:135pt;HEIGHT:130pt;ZINDEX:7;">
  481.         <PARAM NAME="PicturePath" VALUE="art/paperbag.gif">
  482.         <PARAM NAME="AutoSize" VALUE="-1">
  483.         <PARAM NAME="BackColor" VALUE="16777215">
  484.         <PARAM NAME="BorderStyle" VALUE="0">
  485.         <PARAM NAME="SizeMode" VALUE="3">
  486.         <PARAM NAME="Size" VALUE="4763;4577">
  487.         <PARAM NAME="PictureAlignment" VALUE="1">
  488.         <PARAM NAME="VariousPropertyBits" VALUE="25">
  489.     </OBJECT>
  490.     <OBJECT ID="empcup1"
  491.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:1pt;LEFT:233pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:8;">
  492.         <PARAM NAME="PicturePath" VALUE="art/empcup.gif">
  493.         <PARAM NAME="BorderStyle" VALUE="0">
  494.         <PARAM NAME="SizeMode" VALUE="3">
  495.         <PARAM NAME="Size" VALUE="1129;1023">
  496.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  497.     </OBJECT>
  498.     <OBJECT ID="empcup2"
  499.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:1pt;LEFT:276pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:9;">
  500.         <PARAM NAME="PicturePath" VALUE="art/empcup.gif">
  501.         <PARAM NAME="BorderStyle" VALUE="0">
  502.         <PARAM NAME="SizeMode" VALUE="3">
  503.         <PARAM NAME="Size" VALUE="1129;1023">
  504.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  505.     </OBJECT>
  506.     <OBJECT ID="empcup3"
  507.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:318pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:10;">
  508.         <PARAM NAME="PicturePath" VALUE="art/empcup.gif">
  509.         <PARAM NAME="BorderStyle" VALUE="0">
  510.         <PARAM NAME="SizeMode" VALUE="3">
  511.         <PARAM NAME="Size" VALUE="1129;1023">
  512.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  513.     </OBJECT>
  514.     <OBJECT ID="empcup4"
  515.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:361pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:11;">
  516.         <PARAM NAME="PicturePath" VALUE="art/empcup.gif">
  517.         <PARAM NAME="BorderStyle" VALUE="0">
  518.         <PARAM NAME="SizeMode" VALUE="3">
  519.         <PARAM NAME="Size" VALUE="1129;1023">
  520.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  521.     </OBJECT>
  522.     <OBJECT ID="empcup5"
  523.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:404pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:12;">
  524.         <PARAM NAME="PicturePath" VALUE="art/empcup.gif">
  525.         <PARAM NAME="BorderStyle" VALUE="0">
  526.         <PARAM NAME="SizeMode" VALUE="3">
  527.         <PARAM NAME="Size" VALUE="1129;1023">
  528.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  529.     </OBJECT>
  530.     <OBJECT ID="biglogo"
  531.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:4pt;LEFT:3pt;WIDTH:179pt;HEIGHT:48pt;ZINDEX:13;">
  532.         <PARAM NAME="PicturePath" VALUE="art/hvolclg2.gif">
  533.         <PARAM NAME="BorderStyle" VALUE="0">
  534.         <PARAM NAME="SizeMode" VALUE="3">
  535.         <PARAM NAME="Size" VALUE="6315;1693">
  536.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  537.     </OBJECT>
  538.     <OBJECT ID="fulcup1"
  539.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:1pt;LEFT:233pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:14;">
  540.         <PARAM NAME="PicturePath" VALUE="art/cup.gif">
  541.         <PARAM NAME="BorderStyle" VALUE="0">
  542.         <PARAM NAME="SizeMode" VALUE="3">
  543.         <PARAM NAME="Size" VALUE="1129;1023">
  544.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  545.     </OBJECT>
  546.     <OBJECT ID="fulcup3"
  547.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:318pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:15;">
  548.         <PARAM NAME="PicturePath" VALUE="art/cup.gif">
  549.         <PARAM NAME="BackColor" VALUE="16777215">
  550.         <PARAM NAME="BorderStyle" VALUE="0">
  551.         <PARAM NAME="SizeMode" VALUE="3">
  552.         <PARAM NAME="Size" VALUE="1129;1023">
  553.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  554.     </OBJECT>
  555.     <OBJECT ID="fulcup4"
  556.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:361pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:16;">
  557.         <PARAM NAME="PicturePath" VALUE="art/cup.gif">
  558.         <PARAM NAME="BorderStyle" VALUE="0">
  559.         <PARAM NAME="SizeMode" VALUE="3">
  560.         <PARAM NAME="Size" VALUE="1129;1023">
  561.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  562.     </OBJECT>
  563.     <OBJECT ID="fulcup5"
  564.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:404pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:17;">
  565.         <PARAM NAME="PicturePath" VALUE="art/cup.gif">
  566.         <PARAM NAME="BorderStyle" VALUE="0">
  567.         <PARAM NAME="SizeMode" VALUE="3">
  568.         <PARAM NAME="Size" VALUE="1129;1023">
  569.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  570.     </OBJECT>
  571.     <OBJECT ID="homelbl"
  572.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:34pt;LEFT:234pt;WIDTH:27pt;HEIGHT:10pt;ZINDEX:18;">
  573.         <PARAM NAME="ForeColor" VALUE="4210816">
  574.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  575.         <PARAM NAME="Caption" VALUE="Home ">
  576.         <PARAM NAME="Size" VALUE="953;353">
  577.         <PARAM NAME="FontEffects" VALUE="1073741825">
  578.         <PARAM NAME="FontCharSet" VALUE="0">
  579.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  580.         <PARAM NAME="FontWeight" VALUE="700">
  581.     </OBJECT>
  582.     <OBJECT ID="giftlbl"
  583.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:34pt;LEFT:324pt;WIDTH:25pt;HEIGHT:10pt;ZINDEX:19;">
  584.         <PARAM NAME="ForeColor" VALUE="4210816">
  585.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  586.         <PARAM NAME="Caption" VALUE="Gifts">
  587.         <PARAM NAME="Size" VALUE="882;353">
  588.         <PARAM NAME="FontEffects" VALUE="1073741825">
  589.         <PARAM NAME="FontCharSet" VALUE="0">
  590.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  591.         <PARAM NAME="FontWeight" VALUE="700">
  592.     </OBJECT>
  593.     <OBJECT ID="coffelbl"
  594.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:34pt;LEFT:275pt;WIDTH:33pt;HEIGHT:10pt;ZINDEX:20;">
  595.         <PARAM NAME="ForeColor" VALUE="4210816">
  596.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  597.         <PARAM NAME="Caption" VALUE="Coffees">
  598.         <PARAM NAME="Size" VALUE="1164;353">
  599.         <PARAM NAME="FontEffects" VALUE="1073741825">
  600.         <PARAM NAME="FontCharSet" VALUE="0">
  601.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  602.         <PARAM NAME="FontWeight" VALUE="700">
  603.     </OBJECT>
  604.     <OBJECT ID="cafelbl"
  605.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:34pt;LEFT:367pt;WIDTH:21pt;HEIGHT:10pt;ZINDEX:21;">
  606.         <PARAM NAME="ForeColor" VALUE="4210816">
  607.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  608.         <PARAM NAME="Caption" VALUE="Cafelbl">
  609.         <PARAM NAME="Size" VALUE="741;353">
  610.         <PARAM NAME="FontEffects" VALUE="1073741825">
  611.         <PARAM NAME="FontCharSet" VALUE="0">
  612.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  613.         <PARAM NAME="FontWeight" VALUE="700">
  614.     </OBJECT>
  615.     <OBJECT ID="uslbl"
  616.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:34pt;LEFT:402pt;WIDTH:41pt;HEIGHT:10pt;ZINDEX:22;">
  617.         <PARAM NAME="ForeColor" VALUE="4210816">
  618.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  619.         <PARAM NAME="Caption" VALUE="About Us">
  620.         <PARAM NAME="Size" VALUE="1446;353">
  621.         <PARAM NAME="FontEffects" VALUE="1073741825">
  622.         <PARAM NAME="FontCharSet" VALUE="0">
  623.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  624.         <PARAM NAME="FontWeight" VALUE="700">
  625.     </OBJECT>
  626.     <OBJECT ID="featured"
  627.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:73pt;LEFT:26pt;WIDTH:321pt;HEIGHT:18pt;ZINDEX:23;">
  628.         <PARAM NAME="ForeColor" VALUE="32768">
  629.         <PARAM NAME="BackColor" VALUE="16777215">
  630.         <PARAM NAME="VariousPropertyBits" VALUE="268435475">
  631.         <PARAM NAME="Caption" VALUE="FEATURED COFFEES OF THE MONTH">
  632.         <PARAM NAME="Size" VALUE="11324;635">
  633.         <PARAM NAME="FontName" VALUE="Times New Roman">
  634.         <PARAM NAME="FontEffects" VALUE="1073741825">
  635.         <PARAM NAME="FontHeight" VALUE="320">
  636.         <PARAM NAME="FontCharSet" VALUE="0">
  637.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  638.         <PARAM NAME="FontWeight" VALUE="700">
  639.     </OBJECT>
  640.     <OBJECT ID="hotext"
  641.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:155pt;LEFT:41pt;WIDTH:272pt;HEIGHT:50pt;ZINDEX:24;">
  642.         <PARAM NAME="ForeColor" VALUE="128">
  643.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  644.         <PARAM NAME="Size" VALUE="9596;1764">
  645.         <PARAM NAME="FontEffects" VALUE="1073741825">
  646.         <PARAM NAME="FontCharSet" VALUE="0">
  647.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  648.         <PARAM NAME="FontWeight" VALUE="700">
  649.     </OBJECT>
  650.     <OBJECT ID="sunspot"
  651.      CLASSID="CLSID:2B32FBC2-A8F1-11CF-93EE-00AA00C08FDF" STYLE="TOP:98pt;LEFT:26pt;WIDTH:56pt;HEIGHT:42pt;ZINDEX:25;">
  652.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  653.         <PARAM NAME="Size" VALUE="1976;1482">
  654.     </OBJECT>
  655.     <OBJECT ID="vesuspot"
  656.      CLASSID="CLSID:2B32FBC2-A8F1-11CF-93EE-00AA00C08FDF" STYLE="TOP:98pt;LEFT:108pt;WIDTH:56pt;HEIGHT:37pt;ZINDEX:26;">
  657.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  658.         <PARAM NAME="Size" VALUE="1976;1305">
  659.     </OBJECT>
  660.     <OBJECT ID="kilaeuspot"
  661.      CLASSID="CLSID:2B32FBC2-A8F1-11CF-93EE-00AA00C08FDF" STYLE="TOP:98pt;LEFT:184pt;WIDTH:59pt;HEIGHT:43pt;ZINDEX:27;">
  662.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  663.         <PARAM NAME="Size" VALUE="2081;1517">
  664.     </OBJECT>
  665.     <OBJECT ID="kilspot"
  666.      CLASSID="CLSID:2B32FBC2-A8F1-11CF-93EE-00AA00C08FDF" STYLE="TOP:98pt;LEFT:259pt;WIDTH:54pt;HEIGHT:42pt;ZINDEX:28;">
  667.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  668.         <PARAM NAME="Size" VALUE="1905;1482">
  669.     </OBJECT>
  670.     <OBJECT ID="popup1"
  671.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:62pt;LEFT:12pt;WIDTH:316pt;HEIGHT:153pt;DISPLAY:NONE;ZINDEX:29;">
  672.         <PARAM NAME="ForeColor" VALUE="255">
  673.         <PARAM NAME="BackColor" VALUE="16777215">
  674.         <PARAM NAME="Size" VALUE="11148;5398">
  675.         <PARAM NAME="BorderColor" VALUE="128">
  676.         <PARAM NAME="BorderStyle" VALUE="1">
  677.         <PARAM NAME="FontCharSet" VALUE="0">
  678.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  679.         <PARAM NAME="FontWeight" VALUE="0">
  680.     </OBJECT>
  681.     <OBJECT ID="popart"
  682.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:71pt;LEFT:31pt;WIDTH:43pt;HEIGHT:43pt;DISPLAY:NONE;ZINDEX:30;">
  683.         <PARAM NAME="PicturePath" VALUE="art/vesuv.gif">
  684.         <PARAM NAME="BorderStyle" VALUE="0">
  685.         <PARAM NAME="SizeMode" VALUE="3">
  686.         <PARAM NAME="Size" VALUE="1517;1517">
  687.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  688.     </OBJECT>
  689.     <OBJECT ID="popbanner"
  690.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:75pt;LEFT:82pt;WIDTH:234pt;HEIGHT:33pt;DISPLAY:NONE;ZINDEX:31;">
  691.         <PARAM NAME="ForeColor" VALUE="128">
  692.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  693.         <PARAM NAME="Size" VALUE="8255;1164">
  694.         <PARAM NAME="FontName" VALUE="Times New Roman">
  695.         <PARAM NAME="FontEffects" VALUE="1073741825">
  696.         <PARAM NAME="FontHeight" VALUE="240">
  697.         <PARAM NAME="FontCharSet" VALUE="0">
  698.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  699.         <PARAM NAME="FontWeight" VALUE="700">
  700.     </OBJECT>
  701.     <OBJECT ID="poptext"
  702.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:125pt;LEFT:23pt;WIDTH:293pt;HEIGHT:82pt;DISPLAY:NONE;ZINDEX:32;">
  703.         <PARAM NAME="ForeColor" VALUE="128">
  704.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  705.         <PARAM NAME="Size" VALUE="10336;2893">
  706.         <PARAM NAME="FontEffects" VALUE="1073741825">
  707.         <PARAM NAME="FontCharSet" VALUE="0">
  708.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  709.         <PARAM NAME="FontWeight" VALUE="700">
  710.     </OBJECT>
  711.     <OBJECT ID="popoff"
  712.      CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:65pt;LEFT:314pt;WIDTH:11pt;HEIGHT:11pt;DISPLAY:NONE;ZINDEX:33;">
  713.         <PARAM NAME="PicturePath" VALUE="art/xbutt2.gif">
  714.         <PARAM NAME="BorderStyle" VALUE="0">
  715.         <PARAM NAME="SizeMode" VALUE="3">
  716.         <PARAM NAME="Size" VALUE="388;388">
  717.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  718.     </OBJECT>
  719.     <OBJECT ID="popprice"
  720.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:188pt;LEFT:152pt;WIDTH:108pt;HEIGHT:18pt;DISPLAY:NONE;ZINDEX:34;">
  721.         <PARAM NAME="ForeColor" VALUE="128">
  722.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  723.         <PARAM NAME="Caption" VALUE="1 LB $6.99 + shipping">
  724.         <PARAM NAME="Size" VALUE="3810;635">
  725.         <PARAM NAME="FontEffects" VALUE="1073741825">
  726.         <PARAM NAME="FontHeight" VALUE="180">
  727.         <PARAM NAME="FontCharSet" VALUE="0">
  728.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  729.         <PARAM NAME="FontWeight" VALUE="700">
  730.     </OBJECT>
  731.     <OBJECT ID="poporder"
  732.      CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:190pt;LEFT:279pt;WIDTH:42pt;HEIGHT:19pt;TABINDEX:14;DISPLAY:NONE;ZINDEX:35;">
  733.         <PARAM NAME="ForeColor" VALUE="4210816">
  734.         <PARAM NAME="BackColor" VALUE="8454143">
  735.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  736.         <PARAM NAME="Caption" VALUE="Order">
  737.         <PARAM NAME="Size" VALUE="1482;670">
  738.         <PARAM NAME="FontEffects" VALUE="1073741825">
  739.         <PARAM NAME="FontCharSet" VALUE="0">
  740.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  741.         <PARAM NAME="ParagraphAlign" VALUE="3">
  742.         <PARAM NAME="FontWeight" VALUE="700">
  743.     </OBJECT>
  744.     <OBJECT ID="orderfm"
  745.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:23pt;LEFT:143pt;WIDTH:183pt;HEIGHT:198pt;DISPLAY:NONE;ZINDEX:36;">
  746.         <PARAM NAME="ForeColor" VALUE="16777215">
  747.         <PARAM NAME="BackColor" VALUE="16777215">
  748.         <PARAM NAME="Size" VALUE="6456;6985">
  749.         <PARAM NAME="BorderStyle" VALUE="1">
  750.         <PARAM NAME="FontCharSet" VALUE="0">
  751.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  752.         <PARAM NAME="FontWeight" VALUE="0">
  753.     </OBJECT>
  754.     <OBJECT ID="ordplease"
  755.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:169pt;WIDTH:108pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:37;">
  756.         <PARAM NAME="ForeColor" VALUE="8388608">
  757.         <PARAM NAME="VariousPropertyBits" VALUE="268435475">
  758.         <PARAM NAME="Caption" VALUE="Please add     pound">
  759.         <PARAM NAME="Size" VALUE="3810;423">
  760.         <PARAM NAME="FontEffects" VALUE="1073741825">
  761.         <PARAM NAME="FontHeight" VALUE="200">
  762.         <PARAM NAME="FontCharSet" VALUE="0">
  763.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  764.         <PARAM NAME="ParagraphAlign" VALUE="2">
  765.         <PARAM NAME="FontWeight" VALUE="700">
  766.     </OBJECT>
  767.     <OBJECT ID="ordread"
  768.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:116pt;LEFT:178pt;WIDTH:116pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:38;">
  769.         <PARAM NAME="ForeColor" VALUE="8388608">
  770.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  771.         <PARAM NAME="Caption" VALUE="of Vesuvius Blend">
  772.         <PARAM NAME="Size" VALUE="4092;423">
  773.         <PARAM NAME="FontEffects" VALUE="1073741825">
  774.         <PARAM NAME="FontHeight" VALUE="200">
  775.         <PARAM NAME="FontCharSet" VALUE="0">
  776.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  777.         <PARAM NAME="FontWeight" VALUE="700">
  778.     </OBJECT>
  779.     <OBJECT ID="ordshop"
  780.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:135pt;LEFT:179pt;WIDTH:105pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:39;">
  781.         <PARAM NAME="ForeColor" VALUE="8388608">
  782.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  783.         <PARAM NAME="Caption" VALUE="to my Shopping List:">
  784.         <PARAM NAME="Size" VALUE="3704;423">
  785.         <PARAM NAME="FontEffects" VALUE="1073741825">
  786.         <PARAM NAME="FontHeight" VALUE="200">
  787.         <PARAM NAME="FontCharSet" VALUE="0">
  788.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  789.         <PARAM NAME="FontWeight" VALUE="700">
  790.     </OBJECT>
  791.     <OBJECT ID="horshad2"
  792.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:221pt;LEFT:138pt;WIDTH:184pt;HEIGHT:4pt;DISPLAY:NONE;ZINDEX:40;">
  793.         <PARAM NAME="BackColor" VALUE="0">
  794.         <PARAM NAME="Size" VALUE="6491;141">
  795.         <PARAM NAME="FontCharSet" VALUE="0">
  796.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  797.         <PARAM NAME="FontWeight" VALUE="0">
  798.     </OBJECT>
  799.     <OBJECT ID="vershad2"
  800.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:62pt;LEFT:141pt;WIDTH:2pt;HEIGHT:155pt;DISPLAY:NONE;ZINDEX:41;">
  801.         <PARAM NAME="ForeColor" VALUE="12632256">
  802.         <PARAM NAME="BackColor" VALUE="0">
  803.         <PARAM NAME="Size" VALUE="71;5468">
  804.         <PARAM NAME="FontCharSet" VALUE="0">
  805.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  806.         <PARAM NAME="FontWeight" VALUE="0">
  807.     </OBJECT>
  808.     <OBJECT ID="vershad3"
  809.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:215pt;LEFT:138pt;WIDTH:5pt;HEIGHT:10pt;DISPLAY:NONE;ZINDEX:42;">
  810.         <PARAM NAME="BackColor" VALUE="0">
  811.         <PARAM NAME="Size" VALUE="176;353">
  812.         <PARAM NAME="FontCharSet" VALUE="0">
  813.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  814.         <PARAM NAME="FontWeight" VALUE="0">
  815.     </OBJECT>
  816.     <OBJECT ID="vershad4"
  817.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:27pt;LEFT:139pt;WIDTH:4pt;HEIGHT:36pt;DISPLAY:NONE;ZINDEX:43;">
  818.         <PARAM NAME="BackColor" VALUE="0">
  819.         <PARAM NAME="Size" VALUE="141;1270">
  820.         <PARAM NAME="FontCharSet" VALUE="0">
  821.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  822.         <PARAM NAME="FontWeight" VALUE="0">
  823.     </OBJECT>
  824.     <OBJECT ID="ordhead"
  825.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:29pt;LEFT:162pt;WIDTH:153pt;HEIGHT:44pt;DISPLAY:NONE;ZINDEX:44;">
  826.         <PARAM NAME="ForeColor" VALUE="8388608">
  827.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  828.         <PARAM NAME="Caption" VALUE="Order Here from the Volcano Coffee Online Company Store">
  829.         <PARAM NAME="Size" VALUE="5398;1552">
  830.         <PARAM NAME="FontEffects" VALUE="1073741825">
  831.         <PARAM NAME="FontHeight" VALUE="220">
  832.         <PARAM NAME="FontCharSet" VALUE="0">
  833.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  834.         <PARAM NAME="FontWeight" VALUE="700">
  835.     </OBJECT>
  836.     <OBJECT ID="cup3go"
  837.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:4pt;LEFT:322pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:45;">
  838.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  839.         <PARAM NAME="Size" VALUE="1023;847">
  840.         <PARAM NAME="FontCharSet" VALUE="0">
  841.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  842.         <PARAM NAME="FontWeight" VALUE="0">
  843.     </OBJECT>
  844.     <OBJECT ID="cup1go"
  845.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:2pt;LEFT:232pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:46;">
  846.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  847.         <PARAM NAME="Size" VALUE="1023;847">
  848.         <PARAM NAME="FontCharSet" VALUE="0">
  849.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  850.         <PARAM NAME="FontWeight" VALUE="0">
  851.     </OBJECT>
  852.     <OBJECT ID="cup4go"
  853.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:2pt;LEFT:365pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:47;">
  854.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  855.         <PARAM NAME="Size" VALUE="1023;847">
  856.         <PARAM NAME="FontCharSet" VALUE="0">
  857.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  858.         <PARAM NAME="FontWeight" VALUE="0">
  859.     </OBJECT>
  860.     <OBJECT ID="cup5go"
  861.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:3pt;LEFT:406pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:48;">
  862.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  863.         <PARAM NAME="Size" VALUE="1023;847">
  864.         <PARAM NAME="FontCharSet" VALUE="0">
  865.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  866.         <PARAM NAME="FontWeight" VALUE="0">
  867.     </OBJECT>
  868.     <OBJECT ID="ordquan"
  869.      CLASSID="CLSID:DFD181E0-5E2F-11CE-A449-00AA004A803D" STYLE="TOP:83pt;LEFT:233pt;WIDTH:10pt;HEIGHT:29pt;TABINDEX:33;DISPLAY:NONE;ZINDEX:49;">
  870.         <PARAM NAME="Size" VALUE="353;1023">
  871.         <PARAM NAME="Max" VALUE="9">
  872.         <PARAM NAME="Position" VALUE="1">
  873.         <PARAM NAME="SmallChange" VALUE="4294967295">
  874.     </OBJECT>
  875.     <OBJECT ID="ordess"
  876.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:277pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:50;">
  877.         <PARAM NAME="ForeColor" VALUE="8388608">
  878.         <PARAM NAME="VariousPropertyBits" VALUE="276824083">
  879.         <PARAM NAME="Caption" VALUE="s">
  880.         <PARAM NAME="Size" VALUE="247;423">
  881.         <PARAM NAME="FontEffects" VALUE="1073741825">
  882.         <PARAM NAME="FontHeight" VALUE="200">
  883.         <PARAM NAME="FontCharSet" VALUE="0">
  884.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  885.         <PARAM NAME="ParagraphAlign" VALUE="2">
  886.         <PARAM NAME="FontWeight" VALUE="700">
  887.     </OBJECT>
  888.     <OBJECT ID="ordnumbk"
  889.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:92pt;LEFT:233pt;WIDTH:10pt;HEIGHT:11pt;DISPLAY:NONE;ZINDEX:51;">
  890.         <PARAM NAME="BackColor" VALUE="16777215">
  891.         <PARAM NAME="Size" VALUE="353;388">
  892.         <PARAM NAME="FontCharSet" VALUE="0">
  893.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  894.         <PARAM NAME="FontWeight" VALUE="0">
  895.     </OBJECT>
  896.     <OBJECT ID="ordnum"
  897.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:92pt;LEFT:235pt;WIDTH:6pt;HEIGHT:10pt;DISPLAY:NONE;ZINDEX:52;">
  898.         <PARAM NAME="ForeColor" VALUE="8388608">
  899.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  900.         <PARAM NAME="Caption" VALUE="0">
  901.         <PARAM NAME="Size" VALUE="212;353">
  902.         <PARAM NAME="FontEffects" VALUE="1073741825">
  903.         <PARAM NAME="FontCharSet" VALUE="0">
  904.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  905.         <PARAM NAME="FontWeight" VALUE="700">
  906.     </OBJECT>
  907.     <OBJECT ID="ordresult"
  908.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:68pt;LEFT:155pt;WIDTH:164pt;HEIGHT:80pt;DISPLAY:NONE;ZINDEX:53;">
  909.         <PARAM NAME="BackColor" VALUE="16777215">
  910.         <PARAM NAME="Size" VALUE="5786;2822">
  911.         <PARAM NAME="BorderColor" VALUE="16777215">
  912.         <PARAM NAME="FontCharSet" VALUE="0">
  913.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  914.         <PARAM NAME="FontWeight" VALUE="0">
  915.     </OBJECT>
  916.     <OBJECT ID="youhave"
  917.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:71pt;LEFT:164pt;WIDTH:114pt;HEIGHT:15pt;DISPLAY:NONE;ZINDEX:54;">
  918.         <PARAM NAME="ForeColor" VALUE="8388608">
  919.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  920.         <PARAM NAME="Caption" VALUE="Your Shopping List:">
  921.         <PARAM NAME="Size" VALUE="4022;529">
  922.         <PARAM NAME="FontEffects" VALUE="1073741825">
  923.         <PARAM NAME="FontHeight" VALUE="220">
  924.         <PARAM NAME="FontCharSet" VALUE="0">
  925.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  926.         <PARAM NAME="FontWeight" VALUE="700">
  927.     </OBJECT>
  928.     <OBJECT ID="cof1"
  929.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:174pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:55;">
  930.         <PARAM NAME="ForeColor" VALUE="8388608">
  931.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  932.         <PARAM NAME="Size" VALUE="4833;423">
  933.         <PARAM NAME="FontEffects" VALUE="1073741825">
  934.         <PARAM NAME="FontHeight" VALUE="220">
  935.         <PARAM NAME="FontCharSet" VALUE="0">
  936.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  937.         <PARAM NAME="FontWeight" VALUE="700">
  938.     </OBJECT>
  939.     <OBJECT ID="cof2"
  940.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:105pt;LEFT:174pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:56;">
  941.         <PARAM NAME="ForeColor" VALUE="8388608">
  942.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  943.         <PARAM NAME="Size" VALUE="4833;423">
  944.         <PARAM NAME="FontEffects" VALUE="1073741825">
  945.         <PARAM NAME="FontHeight" VALUE="220">
  946.         <PARAM NAME="FontCharSet" VALUE="0">
  947.         <PARAM NAME="FontWeight" VALUE="700">
  948.     </OBJECT>
  949.     <OBJECT ID="cof3"
  950.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:120pt;LEFT:174pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:57;">
  951.         <PARAM NAME="ForeColor" VALUE="8388608">
  952.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  953.         <PARAM NAME="Size" VALUE="4833;423">
  954.         <PARAM NAME="FontEffects" VALUE="1073741825">
  955.         <PARAM NAME="FontHeight" VALUE="220">
  956.         <PARAM NAME="FontCharSet" VALUE="0">
  957.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  958.         <PARAM NAME="FontWeight" VALUE="700">
  959.     </OBJECT>
  960.     <OBJECT ID="cof4"
  961.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:135pt;LEFT:174pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:58;">
  962.         <PARAM NAME="ForeColor" VALUE="8388608">
  963.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  964.         <PARAM NAME="Size" VALUE="4833;423">
  965.         <PARAM NAME="FontEffects" VALUE="1073741825">
  966.         <PARAM NAME="FontHeight" VALUE="220">
  967.         <PARAM NAME="FontCharSet" VALUE="0">
  968.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  969.         <PARAM NAME="FontWeight" VALUE="700">
  970.     </OBJECT>
  971.     <OBJECT ID="totlbl"
  972.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:156pt;LEFT:170pt;WIDTH:73pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:59;">
  973.         <PARAM NAME="ForeColor" VALUE="8388608">
  974.         <PARAM NAME="VariousPropertyBits" VALUE="268435475">
  975.         <PARAM NAME="Caption" VALUE="Your Total:   $">
  976.         <PARAM NAME="Size" VALUE="2575;423">
  977.         <PARAM NAME="FontEffects" VALUE="1073741825">
  978.         <PARAM NAME="FontHeight" VALUE="220">
  979.         <PARAM NAME="FontCharSet" VALUE="0">
  980.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  981.         <PARAM NAME="FontWeight" VALUE="700">
  982.     </OBJECT>
  983.     <OBJECT ID="amt1"
  984.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:164pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:60;">
  985.         <PARAM NAME="ForeColor" VALUE="8388608">
  986.         <PARAM NAME="VariousPropertyBits" VALUE="19">
  987.         <PARAM NAME="Size" VALUE="247;423">
  988.         <PARAM NAME="FontEffects" VALUE="1073741825">
  989.         <PARAM NAME="FontHeight" VALUE="220">
  990.         <PARAM NAME="FontCharSet" VALUE="0">
  991.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  992.         <PARAM NAME="FontWeight" VALUE="700">
  993.     </OBJECT>
  994.     <OBJECT ID="amt2"
  995.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:105pt;LEFT:164pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:61;">
  996.         <PARAM NAME="ForeColor" VALUE="8388608">
  997.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  998.         <PARAM NAME="Size" VALUE="247;423">
  999.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1000.         <PARAM NAME="FontHeight" VALUE="220">
  1001.         <PARAM NAME="FontCharSet" VALUE="0">
  1002.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1003.         <PARAM NAME="FontWeight" VALUE="700">
  1004.     </OBJECT>
  1005.     <OBJECT ID="Amt3"
  1006.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:120pt;LEFT:164pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:62;">
  1007.         <PARAM NAME="ForeColor" VALUE="8388608">
  1008.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  1009.         <PARAM NAME="Size" VALUE="247;423">
  1010.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1011.         <PARAM NAME="FontHeight" VALUE="220">
  1012.         <PARAM NAME="FontCharSet" VALUE="0">
  1013.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1014.         <PARAM NAME="FontWeight" VALUE="700">
  1015.     </OBJECT>
  1016.     <OBJECT ID="amt4"
  1017.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:135pt;LEFT:164pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:63;">
  1018.         <PARAM NAME="ForeColor" VALUE="8388608">
  1019.         <PARAM NAME="VariousPropertyBits" VALUE="8388627">
  1020.         <PARAM NAME="Size" VALUE="247;423">
  1021.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1022.         <PARAM NAME="FontHeight" VALUE="220">
  1023.         <PARAM NAME="FontCharSet" VALUE="0">
  1024.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1025.         <PARAM NAME="FontWeight" VALUE="700">
  1026.     </OBJECT>
  1027.     <OBJECT ID="total"
  1028.      CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:157pt;LEFT:245pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:64;">
  1029.         <PARAM NAME="ForeColor" VALUE="8388608">
  1030.         <PARAM NAME="VariousPropertyBits" VALUE="268435475">
  1031.         <PARAM NAME="Caption" VALUE="0">
  1032.         <PARAM NAME="Size" VALUE="247;423">
  1033.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1034.         <PARAM NAME="FontHeight" VALUE="220">
  1035.         <PARAM NAME="FontCharSet" VALUE="0">
  1036.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1037.         <PARAM NAME="FontWeight" VALUE="700">
  1038.     </OBJECT>
  1039.     <OBJECT ID="ordcancel"
  1040.      CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:182pt;LEFT:269pt;WIDTH:41pt;HEIGHT:18pt;TABINDEX:34;DISPLAY:NONE;ZINDEX:65;">
  1041.         <PARAM NAME="ForeColor" VALUE="0">
  1042.         <PARAM NAME="BackColor" VALUE="12632256">
  1043.         <PARAM NAME="Caption" VALUE="Cancel">
  1044.         <PARAM NAME="Size" VALUE="1446;635">
  1045.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1046.         <PARAM NAME="FontCharSet" VALUE="0">
  1047.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1048.         <PARAM NAME="ParagraphAlign" VALUE="3">
  1049.         <PARAM NAME="FontWeight" VALUE="700">
  1050.     </OBJECT>
  1051.     <OBJECT ID="redobutt"
  1052.      CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:176pt;LEFT:215pt;WIDTH:44pt;HEIGHT:38pt;TABINDEX:50;DISPLAY:NONE;ZINDEX:66;">
  1053.         <PARAM NAME="ForeColor" VALUE="128">
  1054.         <PARAM NAME="BackColor" VALUE="12632256">
  1055.         <PARAM NAME="VariousPropertyBits" VALUE="8388635">
  1056.         <PARAM NAME="Caption" VALUE="Select Next or Redo">
  1057.         <PARAM NAME="Size" VALUE="1552;1341">
  1058.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1059.         <PARAM NAME="FontCharSet" VALUE="0">
  1060.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1061.         <PARAM NAME="ParagraphAlign" VALUE="3">
  1062.         <PARAM NAME="FontWeight" VALUE="700">
  1063.     </OBJECT>
  1064.     <OBJECT ID="ordpro"
  1065.      CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:182pt;LEFT:159pt;WIDTH:44pt;HEIGHT:18pt;TABINDEX:19;DISPLAY:NONE;ZINDEX:67;">
  1066.         <PARAM NAME="Caption" VALUE="Process">
  1067.         <PARAM NAME="Size" VALUE="1552;635">
  1068.         <PARAM NAME="FontEffects" VALUE="1073741825">
  1069.         <PARAM NAME="FontCharSet" VALUE="0">
  1070.         <PARAM NAME="FontPitchAndFamily" VALUE="2">
  1071.         <PARAM NAME="ParagraphAlign" VALUE="3">
  1072.         <PARAM NAME="FontWeight" VALUE="700">
  1073.     </OBJECT>
  1074. </DIV>